Skip to main content

Tokeet

How to set-up OAuth app​

  1. Navigate to your tokeet partner portal.
  2. Enter the Display Name. This will be displayed to the end-customer during authentication.
  3. Set the OAuth Redirect URL to: https://dev.calry.app/api/v1/oauth/callback
  4. Save the ClientID and ClientSecret, these will be needed in the next steps.
  5. Visit this URL to create your OAuth App in the Calry app: https://dev.calry.app/workspaces/{workspaceID}/o_auth
  6. Click on ' + New OAuth App'.
  7. Select 'Tokeet' as the integration type.
  8. Provide a name for the Integration auth.
  9. Paste the ClientID, ClientSecret.
  10. Enter the scope as follows: calendars images invoices messages rentals rentals:access reviews tags guests guests:create inquiries inquiries:create rooms

How to set up Real-time webhooks​

  1. Once you've authenticated the integration, go to your Calry workspace. Go to Accounts > Onboarded Tokeet Account > Webhooks. Enter the name and URL where you want to recieve webhook events. Select the events you want to subscribe to and Click on 'Create'. Copy the Listener URL, as highlighted below.

    tokeet_auth_4

  2. Or if you're already using the Create Webhook API to subscribe to webhooks, you can use the listenerUrl from the API response to display it to your end-user within the UI. This listenerUrl will be used in the following steps.

  3. Now switch over to your Tokeet Partner account in a new tab. Enter the listenerUrl in the Tokeet Partner portal's webhook url section. (Note: You can ignore this step if you have already entered the url here, since the url is same for all your accounts on the workspace level)

Notes:

  1. Change the base urls to prod.calry.app if you're connecting it to Calry production environment.

If you have any questions or need help, don't hesitate to reach out at mail@calry.app.